from machine import Pin
relay = Pin(16, Pin.OUT) # The pin that is connected to the Input Circuit of the Relay
relay.value(0) # Turn the relay ON